Skip to main content

speechLibraryInitialized

Type

message

Summary

Sent when the library initialization completes.

Syntax

speechLibraryInitialized <pSuccess>

Description

The speechLibraryInitialized message is sent to the object that called the speechInitializeLibrary command when library initialization is complete.

Parameters

NameTypeDescription

pSuccess

Boolean indicating if the library initialization was successful.

Examples

on preOpenStack
speechInitializeLibrary
end preOpenStack

on speechLibraryInitialized pSuccess
speechSpeakUtterance "Ready"
end speechLibraryInitialized

Compatibility and Support

OS

mac

ios

android

Platforms

desktop

mobile